golang.org/x/net/http2.stream.id (field)
23 uses
golang.org/x/net/http2 (current package)
server.go#L678: id uint32
server.go#L1172: *writeArg = writeData{stream.id, data, endStream}
server.go#L1393: sc.resetStream(streamError(st.id, ErrCodeNo))
server.go#L1732: delete(sc.streams, st.id)
server.go#L1759: sc.writeSched.CloseStream(st.id)
server.go#L1966: return st.id%2 == 0
server.go#L2010: StreamID: st.id,
server.go#L2090: sc.writeSched.AdjustStream(st.id, f.Priority)
server.go#L2159: return sc.countError("trailers_not_ended", streamError(st.id, ErrCodeProtocol))
server.go#L2163: return sc.countError("trailers_pseudo", streamError(st.id, ErrCodeProtocol))
server.go#L2172: return sc.countError("trailers_bogus", streamError(st.id, ErrCodeProtocol))
server.go#L2209: id: id,
server.go#L2223: sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID})
server.go#L2315: return nil, nil, sc.countError(res.InvalidReason, streamError(st.id, ErrCodeProtocol))
server.go#L2419: write: handlerPanicRST{rw.rws.stream.id},
server.go#L2483: write: write100ContinueHeadersFrame{st.id},
server.go#L2531: streamID = st.id
server.go#L2727: streamID: rws.stream.id,
server.go#L2762: streamID: rws.stream.id,
server.go#L2988: streamID: rws.stream.id,
server.go#L3230: promised := sc.newStream(promisedID, msg.parent.id, stateHalfClosedRemote)
server.go#L3250: streamID: msg.parent.id,
writesched.go#L78: return wr.stream.id